/*
theme name: newspaper child
author: childthemewp.com
author uri: https://childthemewp.com/newspaper/
description: newspaper wordpress child theme.
template: Newspaper
text domain: newspaper-child
*/


.pbHide .pbWrapper > * {
    transform: unset !important;
}
.ml-form-embedWrapper .ml-form-embedContent h4 {
    font-weight: 600 !important;
}

.newsletter .ml-form-embedWrapper .ml-block-form {
    display: flex !important;
}
.newsletter .ml-form-embedWrapper .ml-block-form .ml-form-embedSubmit {
    max-width: 180px;
}
.newsletter .ml-form-embedWrapper .ml-block-form .ml-form-embedSubmit button {
    height: 43px !important;
}
.rl-gallery-container .rl-gallery .rl-gallery-item:not(:first-child){
    display: none;
}
.mt-3 {
    margin-top: 1.5rem !important;
}

/* wydania */

.customLoop__entry {
    width: 100%;
    margin-top: 10px;
}
.customLoop__list {
    display: flex;
    flex-direction: column;
    list-style: none;
}
.customLoop__item {

}
.customLoop__item h4 {
    margin: 5px 0;
}
.customLoop__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customLoop__item .right {
    background-color: #E6184A;
    border: 0;
    color: white;
    border-radius: 2px;
    transition: background-color .3s;
    padding: 7px 15px;
    font-size: .8em;
    line-height: .8em;
    font-weight: 300;
}
.customLoop__item .right:hover {
    background-color: #a20f33;
}

/* PAGINATION */

.hide {
    display: none;
    visibility: hidden;
    height: 0;
}
.pagination-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem  auto;
}
.pagination-custom .page-numbers.next,
.pagination-custom .page-numbers.prev{
    display: flex;
    vertical-align: middle;
    font-size: 13px;
    vertical-align: middle;
}
.pagination-custom .page-numbers {
    --size: 32px;
    --margin: 6px;
    margin: 0 var(--margin);
    border-radius: 6px;
    background: rgba(32,32,32,0.4);
    max-width: auto;
    min-width: var(--size);
    height: var(--size);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 6px;
    color: white;
}
@media (hover: hover) {
    .pagination-custom .page-numbers:hover {
        background: #282828;
    }
}
.pagination-custom .page-numbers.current {
    background: #E6184A;
    position: relative;
}
/* PAGINATION END */


/* FILTER BAR */
.btn {
    background-color: #E6184A;
    border: 0;
    color: white;
    border-radius: 5px;
    transition: background-color .3s;
    padding: 7px 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.5;
}

.filterbar {
    margin-top: 20px;
    margin-bottom: 20px;
}

.filterbar__form {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.form-input-cnt {
    margin-right: 15px;
    margin-bottom: 2px;
}

.form-input-label {
    margin-right: 5px;
    font-size: 0.7em;
}

.form-control {
    height: 30px;
}
/* FILTER BAR END */

/* CUSTOM POST CONTENT */

.customPost__content .featuredImage img {
    width: 100%;
    /*max-height: 250px;*/
    object-fit: cover;
    margin: 0;
}

.customPost__content .titleBar {
    font-size: 11px;
}

.customPost__content .content {
    padding: 25px 0;
}

.customPost__content .contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.customPost__content .contact__item {
    font-size: 16px;
    padding: 5px;
    display: flex;
    align-items: center;
    color: black;
}
.customPost__content .contact__item img {
    max-height: 20px;
    margin-right: 10px;
    margin-bottom: 0;
}

.customPost__wrapper .td-post-author-name,
.customPost__wrapper .td-post-date {
    font-size: 16px;
}

.anouncement-loop .contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.anouncement-loop .contact .contact__item {
    font-size: 14px;
    padding: 5px;
    display: flex;
    align-items: center;
    color: black;
}

.anouncement-loop .contact .contact__item img {
    max-height: 14px;
    margin-right: 10px;
    margin-bottom: 0;
}

/*sm: 576px,
       md: 768px,
              lg: 992px,
                     xl: 1200px,
                             xxl: 1400px*/

/* CUSTOM POST CONTENT END */